github.com/klauspost/compress/zstd.betterFastEncoderDict.longTableShardDirty (field)

7 uses

	github.com/klauspost/compress/zstd (current package)
		enc_better.go#L51: 	longTableShardDirty  [betterLongTableShardCnt]bool
		enc_better.go#L1228: 			for i := range e.longTableShardDirty {
		enc_better.go#L1229: 				e.longTableShardDirty[i] = false
		enc_better.go#L1232: 			for i := range e.longTableShardDirty {
		enc_better.go#L1233: 				if !e.longTableShardDirty[i] {
		enc_better.go#L1238: 				e.longTableShardDirty[i] = false
		enc_better.go#L1251: 	e.longTableShardDirty[entryNum/betterLongTableShardSize] = true